gtk/gtkemojichooser.c: Don't use g_autoptr()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Aug 2017 02:43:01 +0000 (10:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Aug 2017 15:36:53 +0000 (23:36 +0800)
commitf7409773b3cc213a750010c8654a9d67ddceb596
tree1389ad152d30bc694a3c99afcfd3bcaadec780f5
parent0b59f4e62dc3371ce03e61c75aea0d7f2120c46d
gtk/gtkemojichooser.c: Don't use g_autoptr()

We can't use g_autoptr() on non-GCC-style compilers.

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gtkemojichooser.c